warnings.warn('Using parentheses (binding()) to retrieve the Binding object is no longer needed because the binding is returned directly from "bind_property.', PyGIDeprecationWarning, stacklevel = 2)
return self
def unbind(self):
if hasattr(self, '_unbound'):
raise ValueError('binding has already been cleared out')